home *** CD-ROM | disk | FTP | other *** search
/ Power Bytes: Money & Finance / PowerBytes Money and Finance CD-ROM 01 / PowerBytes Money and Finance CD-ROM 01.iso / Utilities / XLISP Source Code / XLISP Source / xlstub.c < prev    next >
Encoding:
C/C++ Source or Header  |  1985-01-19  |  158 b   |  9 lines  |  [TEXT/Manx]

  1. /* xlstub.c - stubs for replacing the 'xlobj' module */
  2.  
  3. #include "xlisp.h"
  4.  
  5. xloinit() {}
  6. NODE *xlsend() { return (NIL); }
  7. NODE *xlobsym() { return (NIL); }
  8.  
  9.